tegra: fix Makefile to pass per-file CFLAGS
authorMasahiro Yamada <[email protected]>
Mon, 31 Mar 2014 05:23:15 +0000 (14:23 +0900)
committerTom Rini <[email protected]>
Mon, 31 Mar 2014 15:33:28 +0000 (11:33 -0400)
commitb4722fefd065b64fad1f32248574b3d8b3a63513
tree9c55f2a26357a44a04f36172c64ef942784bb62b
parent8a7d486d22a4c60e78e2c82d3023aab3103bf194
tegra: fix Makefile to pass per-file CFLAGS

Since Kbuild was introduced, warmboot_avp.o has been compiled
without -march=armv4t.

Makefile should be adjusted to pass a per-file option.

Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Stephen Warren <[email protected]>
Cc: Tom Warren <[email protected]>
arch/arm/cpu/tegra20-common/Makefile